home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / clamav-devel.exe / thirdparty / runclamd / runclamd_readme.txt next >
Encoding:
Text File  |  2004-04-07  |  1.2 KB  |  30 lines

  1.  
  2. This is an nt service program that should keep clamd running.
  3.  
  4.   contains runclamd.exe and runclamd.ini
  5.   place in same folder
  6.   1) edit runclamd.ini for your own path to clamd, user, password
  7.  
  8.      (the User and Password are commented out but you should put a
  9.      local user in for this - does not really work for system for me
  10.      except on my workstation - may have something to do with termserv)
  11.  
  12.      You don't really want the check time to be too large on this in
  13.      case you have to stop it.
  14.      
  15.   From command line:
  16.  
  17.   2) >runclamd -install  (installs service)
  18.   3) >runclamd -start    (starts service)
  19.   4) >runclamd -stop, -pause, -resume, -status
  20.   5) >runclamd -remove (removes service ) 
  21.                 (service has to be stopped prior to remove)
  22.                 
  23.                 
  24.   If you do not want a log file then comment out the logfile path in the ini file.
  25.   Otherwise there is a self-check every hour that will write at least one log file line.
  26.   Verbose=Yes means it will log every 30 sec (or whatever your time interval)
  27.               Otherwise only logs when some event occurs or self-check.
  28.               
  29.   Better not to change the interval - 30 sec is about right.
  30.